Locals window displays variables local to the current context or scope “局部變量”窗口顯示對于當前上下文或范圍來說位于本地的變量。
A variable local to each window , which , together with the session ' s shadow vector , determines the dimensions of the window ' s shadow 一種各個窗口都具備的局部變量,它和會話陰影矢量,決定了窗口陰影的維度。
The variables local to a method don t really need names once the methods are compiled , but they can be included using the 一旦方法被編譯了,這個方法的局部變量就不太需要名稱了,但是能通過對javac編譯器使用
When you issue the info locals command gdb actually prints out variables local to the current frame , which by default is where the interrupted function is frame 0 實際上,發(fā)出info locals命令時, gdb會打印出當前幀中的局部變量,缺省情況下,這個幀中的函數(shù)就是被中斷的函數(shù)( 0號幀) 。